home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TEVENTEDIT / TEVENTEDIT.txt < prev   
Text File  |  2004-10-12  |  35KB  |  1,410 lines

  1. object EventEdit: TEventEdit
  2.   Left = 122
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   BorderWidth = 4
  7.   Caption = 'Edit Event'
  8.   ClientHeight = 452
  9.   ClientWidth = 453
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Book: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 453
  29.     Height = 417
  30.     ActivePage = tsCategory
  31.     Align = alTop
  32.     MultiLine = True
  33.     TabOrder = 0
  34.     TabStop = False
  35.     object tsGeneral: TTabSheet
  36.       Caption = 'General'
  37.       DesignSize = (
  38.         445
  39.         389)
  40.       object Label1: TLabel
  41.         Left = 16
  42.         Top = 8
  43.         Width = 56
  44.         Height = 13
  45.         Caption = '&Description:'
  46.         FocusControl = eName
  47.       end
  48.       object Label2: TLabel
  49.         Left = 16
  50.         Top = 196
  51.         Width = 34
  52.         Height = 13
  53.         Caption = 'Priority:'
  54.       end
  55.       object lbStart: TLabel
  56.         Left = 16
  57.         Top = 136
  58.         Width = 25
  59.         Height = 13
  60.         Caption = 'Start:'
  61.       end
  62.       object Label3: TLabel
  63.         Left = 16
  64.         Top = 160
  65.         Width = 43
  66.         Height = 13
  67.         Caption = 'Duration:'
  68.       end
  69.       object lbAt: TLabel
  70.         Left = 264
  71.         Top = 136
  72.         Width = 9
  73.         Height = 13
  74.         Caption = 'at'
  75.       end
  76.       object lbNotifyPostfix: TLabel
  77.         Left = 288
  78.         Top = 260
  79.         Width = 66
  80.         Height = 13
  81.         Caption = 'before it starts'
  82.       end
  83.       object lPastNotify: TLabel
  84.         Left = 224
  85.         Top = 332
  86.         Width = 117
  87.         Height = 13
  88.         Caption = 'missed events on startup'
  89.         Enabled = False
  90.       end
  91.       object eName: TMemo
  92.         Left = 16
  93.         Top = 24
  94.         Width = 417
  95.         Height = 97
  96.         Anchors = [akLeft, akTop, akRight]
  97.         ScrollBars = ssVertical
  98.         TabOrder = 0
  99.       end
  100.       object cbPriority: TComboBox
  101.         Left = 104
  102.         Top = 192
  103.         Width = 105
  104.         Height = 21
  105.         Style = csDropDownList
  106.         ItemHeight = 13
  107.         ItemIndex = 2
  108.         TabOrder = 5
  109.         Text = 'Normal'
  110.         Items.Strings = (
  111.           'Highest'
  112.           'High'
  113.           'Normal'
  114.           'Low'
  115.           'Lowest')
  116.       end
  117.       object dtStart: TDateTimePicker
  118.         Left = 104
  119.         Top = 132
  120.         Width = 145
  121.         Height = 21
  122.         Date = 37491.579611736100000000
  123.         Time = 37491.579611736100000000
  124.         DateFormat = dfLong
  125.         TabOrder = 1
  126.       end
  127.       object dtStartTime: TDateTimePicker
  128.         Left = 303
  129.         Top = 132
  130.         Width = 131
  131.         Height = 21
  132.         Anchors = [akLeft, akTop, akRight]
  133.         Date = 37491.844118761600000000
  134.         Time = 37491.844118761600000000
  135.         DateFormat = dfLong
  136.         Kind = dtkTime
  137.         TabOrder = 2
  138.       end
  139.       object cbDurationTime: TComboBox
  140.         Left = 256
  141.         Top = 156
  142.         Width = 178
  143.         Height = 21
  144.         Style = csDropDownList
  145.         Anchors = [akLeft, akTop, akRight]
  146.         ItemHeight = 13
  147.         ItemIndex = 2
  148.         TabOrder = 4
  149.         Text = 'hours'
  150.         Items.Strings = (
  151.           'seconds'
  152.           'minutes'
  153.           'hours'
  154.           'days'
  155.           'weeks'
  156.           'months')
  157.       end
  158.       object eDuration: TXSpinEdit
  159.         Left = 104
  160.         Top = 156
  161.         Width = 145
  162.         Height = 24
  163.         TabOrder = 3
  164.         Text = '1'
  165.         MinValue = 1
  166.         MaxValue = 1000000000
  167.         Value = 1
  168.         Step = 1
  169.       end
  170.       object cbNotify: TCheckBox
  171.         Left = 16
  172.         Top = 232
  173.         Width = 417
  174.         Height = 17
  175.         Caption = 'Notify me about this event'
  176.         TabOrder = 6
  177.         OnClick = cbNotifyClick
  178.       end
  179.       object eNotifyTime: TXSpinEdit
  180.         Left = 40
  181.         Top = 256
  182.         Width = 121
  183.         Height = 24
  184.         TabOrder = 7
  185.         Text = '1'
  186.         MinValue = 0
  187.         MaxValue = 86400
  188.         Value = 1
  189.         Step = 1
  190.       end
  191.       object cbNotifyTime: TComboBox
  192.         Left = 168
  193.         Top = 256
  194.         Width = 113
  195.         Height = 21
  196.         Style = csDropDownList
  197.         ItemHeight = 13
  198.         ItemIndex = 1
  199.         TabOrder = 8
  200.         Text = 'minutes'
  201.         Items.Strings = (
  202.           'seconds'
  203.           'minutes'
  204.           'hours'
  205.           'days')
  206.       end
  207.       object bEditNotification: TButton
  208.         Left = 40
  209.         Top = 284
  210.         Width = 241
  211.         Height = 25
  212.         Caption = 'Notification parameters...'
  213.         TabOrder = 9
  214.         OnClick = bEditNotificationClick
  215.       end
  216.       object cbNotifyPast: TCheckBox
  217.         Left = 16
  218.         Top = 330
  219.         Width = 145
  220.         Height = 17
  221.         Caption = 'Notify about up to'
  222.         TabOrder = 10
  223.         OnClick = cbNotifyPastClick
  224.       end
  225.       object ePastCount: TXSpinEdit
  226.         Left = 168
  227.         Top = 328
  228.         Width = 49
  229.         Height = 24
  230.         Enabled = False
  231.         TabOrder = 11
  232.         Text = '1'
  233.         MinValue = 1
  234.         MaxValue = 20000000
  235.         Value = 1
  236.         Step = 1
  237.       end
  238.       object cbExecPast: TCheckBox
  239.         Left = 40
  240.         Top = 354
  241.         Width = 385
  242.         Height = 17
  243.         Caption = '&Execute actions for missed events'
  244.         Enabled = False
  245.         TabOrder = 12
  246.       end
  247.     end
  248.     object tsActions: TTabSheet
  249.       Caption = 'Actions'
  250.       ImageIndex = 4
  251.       object gbStartActions: TGroupBox
  252.         Left = 8
  253.         Top = 16
  254.         Width = 425
  255.         Height = 177
  256.         Caption = 'Execute these actions when event starts'
  257.         TabOrder = 0
  258.         object lStartActions: TListView
  259.           Left = 16
  260.           Top = 24
  261.           Width = 297
  262.           Height = 137
  263.           Columns = <
  264.             item
  265.               Caption = 'Action'
  266.               Width = 150
  267.             end
  268.             item
  269.               Caption = 'Parameters'
  270.               Width = 200
  271.             end>
  272.           HideSelection = False
  273.           ReadOnly = True
  274.           RowSelect = True
  275.           PopupMenu = ppActions
  276.           TabOrder = 0
  277.           ViewStyle = vsReport
  278.           OnDblClick = lStartActionsDblClick
  279.           OnEnter = lStartActionsEnter
  280.           OnKeyDown = lStartActionsKeyDown
  281.         end
  282.         object bAddStartAction: TButton
  283.           Left = 320
  284.           Top = 24
  285.           Width = 97
  286.           Height = 25
  287.           Caption = 'Add'
  288.           TabOrder = 1
  289.           OnClick = bAddStartActionClick
  290.         end
  291.         object bEditStartAction: TButton
  292.           Left = 320
  293.           Top = 56
  294.           Width = 97
  295.           Height = 25
  296.           Caption = 'Edit'
  297.           TabOrder = 2
  298.           OnClick = bEditStartActionClick
  299.         end
  300.         object bDelStartAction: TButton
  301.           Left = 320
  302.           Top = 88
  303.           Width = 97
  304.           Height = 25
  305.           Caption = 'Delete'
  306.           TabOrder = 3
  307.           OnClick = bDelStartActionClick
  308.         end
  309.       end
  310.       object gbEndActions: TGroupBox
  311.         Left = 8
  312.         Top = 200
  313.         Width = 425
  314.         Height = 177
  315.         Caption = 'Execute these actions when event finishes'
  316.         TabOrder = 1
  317.         object bDelEndAction: TButton
  318.           Left = 320
  319.           Top = 88
  320.           Width = 97
  321.           Height = 25
  322.           Caption = 'Delete'
  323.           TabOrder = 3
  324.           OnClick = bDelStartActionClick
  325.         end
  326.         object bEditEndAction: TButton
  327.           Left = 320
  328.           Top = 56
  329.           Width = 97
  330.           Height = 25
  331.           Caption = 'Edit'
  332.           TabOrder = 2
  333.           OnClick = bEditStartActionClick
  334.         end
  335.         object bAddEndAction: TButton
  336.           Left = 320
  337.           Top = 24
  338.           Width = 97
  339.           Height = 25
  340.           Caption = 'Add'
  341.           TabOrder = 1
  342.           OnClick = bAddStartActionClick
  343.         end
  344.         object lEndActions: TListView
  345.           Left = 16
  346.           Top = 24
  347.           Width = 297
  348.           Height = 145
  349.           Columns = <
  350.             item
  351.               Caption = 'Action'
  352.               Width = 150
  353.             end
  354.             item
  355.               Caption = 'Parameters'
  356.               Width = 200
  357.             end>
  358.           HideSelection = False
  359.           ReadOnly = True
  360.           RowSelect = True
  361.           PopupMenu = ppActions
  362.           TabOrder = 0
  363.           ViewStyle = vsReport
  364.           OnDblClick = lStartActionsDblClick
  365.           OnEnter = lStartActionsEnter
  366.           OnKeyDown = lStartActionsKeyDown
  367.         end
  368.       end
  369.     end
  370.     object tsLimit: TTabSheet
  371.       Caption = 'Recurrence'
  372.       ImageIndex = 1
  373.       DesignSize = (
  374.         445
  375.         389)
  376.       object cbRepeat: TCheckBox
  377.         Left = 16
  378.         Top = 16
  379.         Width = 404
  380.         Height = 17
  381.         Anchors = [akLeft, akTop, akRight]
  382.         Caption = 'Repeat this event every'
  383.         TabOrder = 0
  384.         OnClick = cbRepeatClick
  385.       end
  386.       object eRepeatFreq: TXSpinEdit
  387.         Left = 40
  388.         Top = 38
  389.         Width = 89
  390.         Height = 21
  391.         TabOrder = 1
  392.         Text = '1'
  393.         MinValue = 1
  394.         MaxValue = 1000000
  395.         Value = 1
  396.         Step = 1
  397.       end
  398.       object cbRepeatType: TComboBox
  399.         Left = 136
  400.         Top = 38
  401.         Width = 145
  402.         Height = 21
  403.         Style = csDropDownList
  404.         ItemHeight = 13
  405.         ItemIndex = 3
  406.         TabOrder = 2
  407.         Text = 'Day(s)'
  408.         OnChange = cbRepeatTypeChange
  409.         Items.Strings = (
  410.           'Second(s)'
  411.           'Minute(s)'
  412.           'Hour(s)'
  413.           'Day(s)'
  414.           'Week(s)'
  415.           'Month(s)'
  416.           'Year(s)')
  417.       end
  418.       object gbStop: TGroupBox
  419.         Left = 16
  420.         Top = 232
  421.         Width = 417
  422.         Height = 121
  423.         Caption = 'Stop repeating this event'
  424.         TabOrder = 4
  425.         object lbStopCounts: TLabel
  426.           Left = 200
  427.           Top = 58
  428.           Width = 59
  429.           Height = 13
  430.           Caption = 'occurrences'
  431.         end
  432.         object lbStopAt: TLabel
  433.           Left = 280
  434.           Top = 92
  435.           Width = 9
  436.           Height = 13
  437.           Caption = 'at'
  438.         end
  439.         object rbStopNever: TRadioButton
  440.           Left = 16
  441.           Top = 24
  442.           Width = 273
  443.           Height = 17
  444.           Caption = 'Never'
  445.           Checked = True
  446.           TabOrder = 0
  447.           TabStop = True
  448.         end
  449.         object rbStopAfter: TRadioButton
  450.           Left = 16
  451.           Top = 56
  452.           Width = 97
  453.           Height = 17
  454.           Caption = 'After '
  455.           TabOrder = 1
  456.         end
  457.         object eStopCount: TXSpinEdit
  458.           Left = 120
  459.           Top = 54
  460.           Width = 73
  461.           Height = 21
  462.           TabOrder = 2
  463.           Text = '10'
  464.           MinValue = 1
  465.           MaxValue = 1000000000
  466.           Value = 10
  467.           Step = 1
  468.         end
  469.         object rbStopDate: TRadioButton
  470.           Left = 16
  471.           Top = 88
  472.           Width = 97
  473.           Height = 17
  474.           Caption = 'On'
  475.           TabOrder = 3
  476.         end
  477.         object dtStopDate: TDateTimePicker
  478.           Left = 120
  479.           Top = 88
  480.           Width = 153
  481.           Height = 21
  482.           Date = 37493.547949641200000000
  483.           Time = 37493.547949641200000000
  484.           DateFormat = dfLong
  485.           TabOrder = 4
  486.         end
  487.         object dtStopTime: TDateTimePicker
  488.           Left = 320
  489.           Top = 88
  490.           Width = 90
  491.           Height = 21
  492.           Date = 37493.548352303200000000
  493.           Time = 37493.548352303200000000
  494.           Kind = dtkTime
  495.           TabOrder = 5
  496.         end
  497.       end
  498.       object nbFreq: TPageControl
  499.         Left = 16
  500.         Top = 72
  501.         Width = 417
  502.         Height = 153
  503.         ActivePage = tsWeekly
  504.         Style = tsFlatButtons
  505.         TabOrder = 3
  506.         object tsWeekly: TTabSheet
  507.           Caption = 'Weeky'
  508.           TabVisible = False
  509.           object gbWeekly: TGroupBox
  510.             Left = 0
  511.             Top = 0
  512.             Width = 409
  513.             Height = 143
  514.             Align = alClient
  515.             Caption = 'This event occurs'
  516.             TabOrder = 0
  517.             object clbWeekDays: TCheckListBox
  518.               Left = 32
  519.               Top = 47
  520.               Width = 369
  521.               Height = 60
  522.               Columns = 2
  523.               ItemHeight = 13
  524.               Items.Strings = (
  525.                 'Monday'
  526.                 'Tuesday'
  527.                 'Wednesday'
  528.                 'Thursday'
  529.                 'Friday'
  530.                 'Saturday'
  531.                 'Sunday')
  532.               TabOrder = 0
  533.             end
  534.             object rbWeekDays: TRadioButton
  535.               Left = 16
  536.               Top = 26
  537.               Width = 385
  538.               Height = 17
  539.               Caption = 'on these week days'
  540.               Checked = True
  541.               TabOrder = 1
  542.               TabStop = True
  543.               OnClick = rbWeekDaysClick
  544.             end
  545.             object rbWeekAdvanced: TRadioButton
  546.               Left = 16
  547.               Top = 120
  548.               Width = 385
  549.               Height = 17
  550.               Caption = 'accordingly to Advanced settings'
  551.               TabOrder = 2
  552.               OnClick = rbWeekDaysClick
  553.             end
  554.           end
  555.         end
  556.         object tsMonthly: TTabSheet
  557.           Caption = 'Monthly'
  558.           ImageIndex = 1
  559.           TabVisible = False
  560.           object gbMonthly: TGroupBox
  561.             Left = 0
  562.             Top = 0
  563.             Width = 409
  564.             Height = 143
  565.             Align = alClient
  566.             Caption = 'This event occurs'
  567.             TabOrder = 0
  568.             object rbMonthDay: TRadioButton
  569.               Left = 16
  570.               Top = 32
  571.               Width = 97
  572.               Height = 17
  573.               Caption = 'on'
  574.               Checked = True
  575.               TabOrder = 0
  576.               TabStop = True
  577.               OnClick = rbMonthDayClick
  578.             end
  579.             object eMonthlyDay: TXSpinEdit
  580.               Left = 120
  581.               Top = 28
  582.               Width = 57
  583.               Height = 21
  584.               TabOrder = 1
  585.               Text = '1'
  586.               MinValue = 1
  587.               MaxValue = 31
  588.               Value = 1
  589.               Step = 1
  590.             end
  591.             object cbMonthlyDayType: TComboBox
  592.               Left = 184
  593.               Top = 28
  594.               Width = 217
  595.               Height = 21
  596.               Style = csDropDownList
  597.               ItemHeight = 13
  598.               ItemIndex = 0
  599.               TabOrder = 2
  600.               Text = 'day of the month'
  601.               Items.Strings = (
  602.                 'day of the month'
  603.                 'day before the end of the month'
  604.                 'working day'
  605.                 'non-working day'
  606.                 'working day before the end'
  607.                 'non-working day before the end')
  608.             end
  609.             object rbMonthWDay: TRadioButton
  610.               Left = 16
  611.               Top = 64
  612.               Width = 105
  613.               Height = 17
  614.               Caption = 'on'
  615.               TabOrder = 3
  616.               OnClick = rbMonthDayClick
  617.             end
  618.             object cbMonthWDayNo: TComboBox
  619.               Left = 120
  620.               Top = 60
  621.               Width = 113
  622.               Height = 21
  623.               Style = csDropDownList
  624.               ItemHeight = 13
  625.               ItemIndex = 0
  626.               TabOrder = 4
  627.               Text = 'first'
  628.               Items.Strings = (
  629.                 'first'
  630.                 'second'
  631.                 'third'
  632.                 'fourth'
  633.                 'last')
  634.             end
  635.             object cbMonthWDay: TComboBox
  636.               Left = 240
  637.               Top = 60
  638.               Width = 161
  639.               Height = 21
  640.               Style = csDropDownList
  641.               ItemHeight = 13
  642.               ItemIndex = 0
  643.               TabOrder = 5
  644.               Text = 'Monday'
  645.               Items.Strings = (
  646.                 'Monday'
  647.                 'Tuesday'
  648.                 'Wednesday'
  649.                 'Thursday'
  650.                 'Friday'
  651.                 'Saturday'
  652.                 'Sunday')
  653.             end
  654.             object rbMonthlyAdvanced: TRadioButton
  655.               Left = 16
  656.               Top = 96
  657.               Width = 377
  658.               Height = 17
  659.               Caption = 'accordingly to Advanced settings'
  660.               TabOrder = 6
  661.               OnClick = rbMonthDayClick
  662.             end
  663.           end
  664.         end
  665.         object tsYearly: TTabSheet
  666.           Caption = 'Yearly'
  667.           ImageIndex = 2
  668.           TabVisible = False
  669.           object gbYearly: TGroupBox
  670.             Left = 0
  671.             Top = 0
  672.             Width = 409
  673.             Height = 143
  674.             Align = alClient
  675.             Caption = 'This event occurs '
  676.             TabOrder = 0
  677.             object lbYearDayMonth: TLabel
  678.               Left = 184
  679.               Top = 24
  680.               Width = 32
  681.               Height = 13
  682.               Caption = 'day of '
  683.             end
  684.             object lbYearWDayOf: TLabel
  685.               Left = 296
  686.               Top = 56
  687.               Width = 9
  688.               Height = 13
  689.               Caption = 'of'
  690.             end
  691.             object rbYearDayMonth: TRadioButton
  692.               Left = 16
  693.               Top = 24
  694.               Width = 89
  695.               Height = 17
  696.               Caption = 'on'
  697.               Checked = True
  698.               TabOrder = 0
  699.               TabStop = True
  700.               OnClick = rbYearDayMonthClick
  701.             end
  702.             object eYearDayMonth: TXSpinEdit
  703.               Left = 104
  704.               Top = 20
  705.               Width = 73
  706.               Height = 21
  707.               TabOrder = 1
  708.               Text = '1'
  709.               MinValue = 1
  710.               MaxValue = 31
  711.               Value = 1
  712.               Step = 1
  713.             end
  714.             object cbYearDayMonth: TComboBox
  715.               Left = 224
  716.               Top = 20
  717.               Width = 121
  718.               Height = 21
  719.               Style = csDropDownList
  720.               ItemHeight = 13
  721.               ItemIndex = 0
  722.               TabOrder = 2
  723.               Text = 'January'
  724.               Items.Strings = (
  725.                 'January'
  726.                 'February'
  727.                 'March'
  728.                 'April'
  729.                 'May'
  730.                 'June'
  731.                 'July'
  732.                 'August'
  733.                 'September'
  734.                 'October'
  735.                 'November'
  736.                 'December')
  737.             end
  738.             object rbYearDay: TRadioButton
  739.               Left = 16
  740.               Top = 88
  741.               Width = 89
  742.               Height = 17
  743.               Caption = 'on'
  744.               TabOrder = 7
  745.               OnClick = rbYearDayMonthClick
  746.             end
  747.             object eYearDay: TXSpinEdit
  748.               Left = 104
  749.               Top = 84
  750.               Width = 73
  751.               Height = 21
  752.               TabOrder = 8
  753.               Text = '1'
  754.               MinValue = 1
  755.               MaxValue = 366
  756.               Value = 1
  757.               Step = 1
  758.             end
  759.             object cbYearDayType: TComboBox
  760.               Left = 184
  761.               Top = 84
  762.               Width = 217
  763.               Height = 21
  764.               Style = csDropDownList
  765.               ItemHeight = 13
  766.               ItemIndex = 0
  767.               TabOrder = 9
  768.               Text = 'day of the year'
  769.               Items.Strings = (
  770.                 'day of the year'
  771.                 'day before the end of the year'
  772.                 'working day of the year'
  773.                 'non-working day of the year'
  774.                 'working day before the end'
  775.                 'non-working day before the end')
  776.             end
  777.             object rbYearWDay: TRadioButton
  778.               Left = 16
  779.               Top = 56
  780.               Width = 89
  781.               Height = 17
  782.               Caption = 'on'
  783.               TabOrder = 3
  784.               OnClick = rbYearDayMonthClick
  785.             end
  786.             object cbYearWDayNo: TComboBox
  787.               Left = 104
  788.               Top = 52
  789.               Width = 73
  790.               Height = 21
  791.               Style = csDropDownList
  792.               ItemHeight = 13
  793.               ItemIndex = 0
  794.               TabOrder = 4
  795.               Text = 'first'
  796.               Items.Strings = (
  797.                 'first'
  798.                 'second'
  799.                 'third'
  800.                 'fourth'
  801.                 'last')
  802.             end
  803.             object cbYearWDay: TComboBox
  804.               Left = 184
  805.               Top = 52
  806.               Width = 105
  807.               Height = 21
  808.               Style = csDropDownList
  809.               ItemHeight = 13
  810.               ItemIndex = 0
  811.               TabOrder = 5
  812.               Text = 'Monday'
  813.               Items.Strings = (
  814.                 'Monday'
  815.                 'Tuesday'
  816.                 'Wednesday'
  817.                 'Thursday'
  818.                 'Friday'
  819.                 'Saturday'
  820.                 'Sunday'
  821.                 'working day'
  822.                 'non-working day')
  823.             end
  824.             object cbYearWDayMonth: TComboBox
  825.               Left = 312
  826.               Top = 52
  827.               Width = 89
  828.               Height = 21
  829.               Style = csDropDownList
  830.               ItemHeight = 13
  831.               ItemIndex = 0
  832.               TabOrder = 6
  833.               Text = 'January'
  834.               Items.Strings = (
  835.                 'January'
  836.                 'February'
  837.                 'March'
  838.                 'April'
  839.                 'May'
  840.                 'June'
  841.                 'July'
  842.                 'August'
  843.                 'September'
  844.                 'October'
  845.                 'November'
  846.                 'December')
  847.             end
  848.             object rbYearAdvanced: TRadioButton
  849.               Left = 16
  850.               Top = 120
  851.               Width = 385
  852.               Height = 17
  853.               Caption = 'accordingly to Advanced settings'
  854.               TabOrder = 10
  855.               OnClick = rbYearDayMonthClick
  856.             end
  857.           end
  858.         end
  859.         object tsDaily: TTabSheet
  860.           Caption = 'Daily'
  861.           ImageIndex = 3
  862.           TabVisible = False
  863.           object gbDaily: TGroupBox
  864.             Left = 0
  865.             Top = 0
  866.             Width = 409
  867.             Height = 143
  868.             Align = alClient
  869.             TabOrder = 0
  870.             object lbDaily: TLabel
  871.               Left = 16
  872.               Top = 24
  873.               Width = 377
  874.               Height = 81
  875.               Alignment = taCenter
  876.               AutoSize = False
  877.               Caption = 
  878.                 'Use the Advanced tab to determine precisely when this event shou' +
  879.                 'ld occur'
  880.               Layout = tlCenter
  881.               WordWrap = True
  882.             end
  883.           end
  884.         end
  885.       end
  886.     end
  887.     object tsAdvanced: TTabSheet
  888.       Caption = 'Advanced'
  889.       ImageIndex = 2
  890.       DesignSize = (
  891.         445
  892.         389)
  893.       object lbTimeTpl: TLabel
  894.         Left = 16
  895.         Top = 296
  896.         Width = 47
  897.         Height = 13
  898.         Caption = 'Template:'
  899.         FocusControl = cbTemplate
  900.         Visible = False
  901.       end
  902.       object cbTemplate: TComboBox
  903.         Left = 16
  904.         Top = 312
  905.         Width = 233
  906.         Height = 21
  907.         Style = csDropDownList
  908.         ItemHeight = 13
  909.         TabOrder = 1
  910.         Visible = False
  911.       end
  912.       object bCopyTemplate: TButton
  913.         Left = 256
  914.         Top = 310
  915.         Width = 81
  916.         Height = 25
  917.         Caption = 'Copy'
  918.         TabOrder = 2
  919.         Visible = False
  920.       end
  921.       object bEditTemplates: TButton
  922.         Left = 344
  923.         Top = 310
  924.         Width = 81
  925.         Height = 25
  926.         Caption = 'Templates...'
  927.         TabOrder = 3
  928.         Visible = False
  929.       end
  930.       object cbLinkTpl: TCheckBox
  931.         Left = 32
  932.         Top = 340
  933.         Width = 395
  934.         Height = 17
  935.         Anchors = [akLeft, akTop, akRight]
  936.         Caption = 'Link to the selected template'
  937.         TabOrder = 4
  938.         Visible = False
  939.       end
  940.       object GroupBox1: TGroupBox
  941.         Left = 16
  942.         Top = 16
  943.         Width = 409
  944.         Height = 273
  945.         Caption = 'Event occurs accordingly to these rules'
  946.         TabOrder = 0
  947.         inline TimeFilter: TTimeFramer
  948.           Left = 2
  949.           Top = 15
  950.           Width = 405
  951.           Height = 256
  952.           Align = alClient
  953.           TabOrder = 0
  954.           inherited Book: TPageControl
  955.             Width = 405
  956.             Height = 256
  957.             ActivePage = TimeFilter.tsTime
  958.             inherited tsTime: TTabSheet
  959.               inherited eMaskHours: TEdit
  960.                 Width = 244
  961.               end
  962.               inherited eMaskMin: TEdit
  963.                 Width = 244
  964.               end
  965.               inherited eMaskSec: TEdit
  966.                 Width = 244
  967.               end
  968.             end
  969.           end
  970.         end
  971.       end
  972.     end
  973.     object tsLinks: TTabSheet
  974.       Caption = 'Links'
  975.       ImageIndex = 3
  976.       object gbLinkedDocs: TGroupBox
  977.         Left = 8
  978.         Top = 16
  979.         Width = 425
  980.         Height = 177
  981.         Caption = 'Documents'
  982.         TabOrder = 0
  983.         object lvDocs: TListView
  984.           Left = 16
  985.           Top = 24
  986.           Width = 297
  987.           Height = 137
  988.           Columns = <
  989.             item
  990.               Caption = 'Document'
  991.               Width = 150
  992.             end
  993.             item
  994.               Caption = 'Date'
  995.               Width = 120
  996.             end
  997.             item
  998.               Caption = 'Size'
  999.             end
  1000.             item
  1001.               Caption = 'URL'
  1002.               Width = 150
  1003.             end>
  1004.           HideSelection = False
  1005.           MultiSelect = True
  1006.           ReadOnly = True
  1007.           RowSelect = True
  1008.           PopupMenu = pmLinks
  1009.           TabOrder = 0
  1010.           ViewStyle = vsReport
  1011.           OnDblClick = bOpenDocClick
  1012.           OnEnter = lStartActionsEnter
  1013.           OnSelectItem = lvDocsSelectItem
  1014.         end
  1015.         object bAddDoc: TButton
  1016.           Left = 320
  1017.           Top = 24
  1018.           Width = 97
  1019.           Height = 25
  1020.           Caption = 'Add'
  1021.           TabOrder = 1
  1022.           OnClick = bAddDocClick
  1023.         end
  1024.         object bOpenDoc: TButton
  1025.           Left = 320
  1026.           Top = 56
  1027.           Width = 97
  1028.           Height = 25
  1029.           Caption = 'Edit'
  1030.           TabOrder = 2
  1031.           OnClick = bOpenDocClick
  1032.         end
  1033.         object bDelDoc: TButton
  1034.           Left = 320
  1035.           Top = 88
  1036.           Width = 97
  1037.           Height = 25
  1038.           Caption = 'Delete'
  1039.           TabOrder = 3
  1040.           OnClick = bDelDocClick
  1041.         end
  1042.       end
  1043.       object gbLinkedAddrs: TGroupBox
  1044.         Left = 8
  1045.         Top = 200
  1046.         Width = 425
  1047.         Height = 177
  1048.         Caption = 'Persons'
  1049.         TabOrder = 1
  1050.         object lvAddrs: TListView
  1051.           Left = 16
  1052.           Top = 24
  1053.           Width = 297
  1054.           Height = 145
  1055.           Columns = <
  1056.             item
  1057.               Caption = 'Name'
  1058.               Width = 150
  1059.             end
  1060.             item
  1061.               Caption = 'E-Mail'
  1062.               Width = 150
  1063.             end>
  1064.           HideSelection = False
  1065.           MultiSelect = True
  1066.           ReadOnly = True
  1067.           RowSelect = True
  1068.           PopupMenu = pmABLinks
  1069.           TabOrder = 0
  1070.           ViewStyle = vsReport
  1071.           OnDblClick = bEditAddrClick
  1072.           OnEnter = lStartActionsEnter
  1073.           OnSelectItem = lvAddrsSelectItem
  1074.         end
  1075.         object bAddAddr: TButton
  1076.           Left = 320
  1077.           Top = 24
  1078.           Width = 97
  1079.           Height = 25
  1080.           Caption = 'Add'
  1081.           TabOrder = 1
  1082.           OnClick = bAddAddrClick
  1083.         end
  1084.         object bEditAddr: TButton
  1085.           Left = 320
  1086.           Top = 56
  1087.           Width = 97
  1088.           Height = 25
  1089.           Caption = 'Edit'
  1090.           TabOrder = 2
  1091.           OnClick = bEditAddrClick
  1092.         end
  1093.         object bDelAddr: TButton
  1094.           Left = 320
  1095.           Top = 88
  1096.           Width = 97
  1097.           Height = 25
  1098.           Caption = 'Delete'
  1099.           TabOrder = 3
  1100.           OnClick = mDeleteABLinkClick
  1101.         end
  1102.       end
  1103.     end
  1104.     object tsCategory: TTabSheet
  1105.       Caption = 'Categories'
  1106.       ImageIndex = 5
  1107.       DesignSize = (
  1108.         445
  1109.         389)
  1110.       object clbCategory: TCheckListBox
  1111.         Left = 16
  1112.         Top = 16
  1113.         Width = 291
  1114.         Height = 353
  1115.         Anchors = [akLeft, akTop, akRight, akBottom]
  1116.         ItemHeight = 13
  1117.         Sorted = True
  1118.         TabOrder = 0
  1119.         OnDblClick = bEditCategoryClick
  1120.       end
  1121.       object bNewCategory: TButton
  1122.         Left = 323
  1123.         Top = 16
  1124.         Width = 105
  1125.         Height = 25
  1126.         Anchors = [akTop, akRight]
  1127.         Caption = '&New'
  1128.         TabOrder = 1
  1129.         OnClick = bNewCategoryClick
  1130.       end
  1131.       object bEditCategory: TButton
  1132.         Left = 323
  1133.         Top = 56
  1134.         Width = 105
  1135.         Height = 25
  1136.         Anchors = [akTop, akRight]
  1137.         Caption = '&Edit'
  1138.         TabOrder = 2
  1139.         OnClick = bEditCategoryClick
  1140.       end
  1141.       object bDelCategory: TButton
  1142.         Left = 323
  1143.         Top = 96
  1144.         Width = 105
  1145.         Height = 25
  1146.         Anchors = [akTop, akRight]
  1147.         Caption = '&Delete'
  1148.         TabOrder = 3
  1149.         OnClick = bDelCategoryClick
  1150.       end
  1151.     end
  1152.     object tsAccess: TTabSheet
  1153.       Caption = 'Access'
  1154.       ImageIndex = 6
  1155.       object GroupBox2: TGroupBox
  1156.         Left = 16
  1157.         Top = 16
  1158.         Width = 409
  1159.         Height = 329
  1160.         Caption = 'This event is available for'
  1161.         TabOrder = 0
  1162.         object rbAccessAll: TRadioButton
  1163.           Left = 16
  1164.           Top = 32
  1165.           Width = 369
  1166.           Height = 17
  1167.           Caption = 'All accounts'
  1168.           Checked = True
  1169.           TabOrder = 0
  1170.           TabStop = True
  1171.           OnClick = rbAccessSpecClick
  1172.         end
  1173.         object rbAccessAdmin: TRadioButton
  1174.           Left = 16
  1175.           Top = 64
  1176.           Width = 369
  1177.           Height = 17
  1178.           Caption = 'Administrator accounts only'
  1179.           TabOrder = 1
  1180.           OnClick = rbAccessSpecClick
  1181.         end
  1182.         object rbAccessSpec: TRadioButton
  1183.           Left = 16
  1184.           Top = 96
  1185.           Width = 377
  1186.           Height = 17
  1187.           Caption = 'Accounts below:'
  1188.           TabOrder = 2
  1189.           OnClick = rbAccessSpecClick
  1190.         end
  1191.         object lvAccess: TListView
  1192.           Left = 40
  1193.           Top = 120
  1194.           Width = 354
  1195.           Height = 193
  1196.           Columns = <
  1197.             item
  1198.               Caption = 'Account/Group'
  1199.               MaxWidth = 200
  1200.               MinWidth = 200
  1201.               Width = 200
  1202.             end
  1203.             item
  1204.               Caption = 'Execute'
  1205.               MaxWidth = 80
  1206.               MinWidth = 80
  1207.               Width = 80
  1208.             end
  1209.             item
  1210.               Caption = 'Edit'
  1211.               MaxWidth = 70
  1212.               MinWidth = 70
  1213.               Width = 70
  1214.             end>
  1215.           Enabled = False
  1216.           ReadOnly = True
  1217.           RowSelect = True
  1218.           SortType = stText
  1219.           TabOrder = 3
  1220.           ViewStyle = vsReport
  1221.           OnAdvancedCustomDrawSubItem = lvAccessAdvancedCustomDrawSubItem
  1222.           OnMouseDown = lvAccessMouseDown
  1223.         end
  1224.       end
  1225.     end
  1226.   end
  1227.   object bOK: TButton
  1228.     Left = 192
  1229.     Top = 424
  1230.     Width = 75
  1231.     Height = 25
  1232.     Caption = '&OK'
  1233.     Default = True
  1234.     ModalResult = 1
  1235.     TabOrder = 1
  1236.     OnClick = bOKClick
  1237.   end
  1238.   object bCancel: TButton
  1239.     Left = 280
  1240.     Top = 424
  1241.     Width = 75
  1242.     Height = 25
  1243.     Cancel = True
  1244.     Caption = 'Cancel'
  1245.     ModalResult = 2
  1246.     TabOrder = 2
  1247.     OnClick = bCancelClick
  1248.   end
  1249.   object bApply: TButton
  1250.     Left = 368
  1251.     Top = 424
  1252.     Width = 75
  1253.     Height = 25
  1254.     Caption = '&Apply'
  1255.     TabOrder = 3
  1256.     OnClick = bApplyClick
  1257.   end
  1258.   object pmActions: TPopupMenu
  1259.     Left = 16
  1260.     Top = 424
  1261.   end
  1262.   object pmLinks: TPopupMenu
  1263.     OnPopup = pmLinksPopup
  1264.     Left = 108
  1265.     Top = 424
  1266.     object mAddFile: TMenuItem
  1267.       Caption = 'Add a file'
  1268.       ShortCut = 45
  1269.       OnClick = mAddFileClick
  1270.     end
  1271.     object mAddURL: TMenuItem
  1272.       Caption = 'Add an URL'
  1273.       ShortCut = 32813
  1274.       OnClick = mAddURLClick
  1275.     end
  1276.     object mPasteURL: TMenuItem
  1277.       Caption = 'Paste URL(s)'
  1278.       ShortCut = 8237
  1279.       Visible = False
  1280.       OnClick = mPasteURLClick
  1281.     end
  1282.     object mPasteURL1: TMenuItem
  1283.       Caption = 'Paste URL(s)'
  1284.       ShortCut = 16451
  1285.       OnClick = mPasteURLClick
  1286.     end
  1287.     object N1: TMenuItem
  1288.       Caption = '-'
  1289.     end
  1290.     object mEditLink: TMenuItem
  1291.       Caption = 'Edit'
  1292.       ShortCut = 13
  1293.       OnClick = bOpenDocClick
  1294.     end
  1295.     object mDeleteLink: TMenuItem
  1296.       Caption = 'Delete'
  1297.       ShortCut = 46
  1298.       OnClick = bDelDocClick
  1299.     end
  1300.   end
  1301.   object pmABLinks: TPopupMenu
  1302.     OnPopup = pmABLinksPopup
  1303.     Left = 152
  1304.     Top = 424
  1305.     object mAddABLink: TMenuItem
  1306.       Caption = '&Add...'
  1307.       ShortCut = 45
  1308.       OnClick = bAddAddrClick
  1309.     end
  1310.     object N3: TMenuItem
  1311.       Caption = '-'
  1312.     end
  1313.     object mCopyABLink: TMenuItem
  1314.       Caption = '&Copy'
  1315.       ShortCut = 16451
  1316.       OnClick = mCopyABLinkClick
  1317.     end
  1318.     object mCopyABLink2: TMenuItem
  1319.       Caption = '&Copy'
  1320.       ShortCut = 16429
  1321.       Visible = False
  1322.       OnClick = mCopyABLinkClick
  1323.     end
  1324.     object mCutABLink: TMenuItem
  1325.       Caption = 'C&ut'
  1326.       ShortCut = 16472
  1327.       OnClick = mCutABLinkClick
  1328.     end
  1329.     object mCutABLink2: TMenuItem
  1330.       Caption = 'C&ut'
  1331.       ShortCut = 8238
  1332.       Visible = False
  1333.       OnClick = mCutABLinkClick
  1334.     end
  1335.     object mPasteABLink: TMenuItem
  1336.       Caption = '&Paste URLs'
  1337.       ShortCut = 16470
  1338.     end
  1339.     object mPasteABLink2: TMenuItem
  1340.       Caption = '&Paste URLs'
  1341.       ShortCut = 8237
  1342.       Visible = False
  1343.       OnClick = mPasteABLink2Click
  1344.     end
  1345.     object mDeleteABLink: TMenuItem
  1346.       Caption = '&Delete'
  1347.       ShortCut = 46
  1348.       OnClick = mDeleteABLinkClick
  1349.     end
  1350.     object N2: TMenuItem
  1351.       Caption = '-'
  1352.     end
  1353.     object mEditABLink: TMenuItem
  1354.       Caption = '&Edit'
  1355.       ShortCut = 13
  1356.     end
  1357.   end
  1358.   object ppActions: TPopupMenu
  1359.     OnPopup = ppActionsPopup
  1360.     Left = 64
  1361.     Top = 424
  1362.     object mAddAct: TMenuItem
  1363.       Caption = '&Add'
  1364.     end
  1365.     object mEditAct: TMenuItem
  1366.       Caption = '&Edit'
  1367.       ShortCut = 13
  1368.       OnClick = mEditActClick
  1369.     end
  1370.     object mDeleteAct: TMenuItem
  1371.       Caption = '&Delete'
  1372.       ShortCut = 46
  1373.       OnClick = mDeleteActClick
  1374.     end
  1375.     object N4: TMenuItem
  1376.       Caption = '-'
  1377.     end
  1378.     object mCopyAct: TMenuItem
  1379.       Caption = '&Copy'
  1380.       ShortCut = 16451
  1381.       OnClick = mCopyActClick
  1382.     end
  1383.     object mCutAct: TMenuItem
  1384.       Caption = 'C&ut'
  1385.       ShortCut = 16472
  1386.       OnClick = mCutActClick
  1387.     end
  1388.     object mPasteAct: TMenuItem
  1389.       Caption = '&Paste'
  1390.       ShortCut = 16470
  1391.       OnClick = mPasteActClick
  1392.     end
  1393.     object N5: TMenuItem
  1394.       Caption = '-'
  1395.     end
  1396.     object mMoveActUp: TMenuItem
  1397.       Tag = -1
  1398.       Caption = 'Move up'
  1399.       ShortCut = 16422
  1400.       OnClick = mMoveActUpClick
  1401.     end
  1402.     object mMoveActDown: TMenuItem
  1403.       Tag = 1
  1404.       Caption = 'Move Down'
  1405.       ShortCut = 16424
  1406.       OnClick = mMoveActUpClick
  1407.     end
  1408.   end
  1409. end
  1410.